-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates for Rivet 4 #44603
Updates for Rivet 4 #44603
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44603/39791
|
A new Pull Request was created by @mseidel42 for master. It involves the following packages:
@GurpreetSinghChahal, @SiewYan, @cmsbuild, @mkirsano, @alberto-sanchez, @bbilin, @menglu21 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test
|
please test with cms-sw/cmsdist#9111
|
-1 Failed Tests: UnitTests RelVals RelVals-INPUT The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found 2 errors in the following unit tests: ---> test test-genParticles2HepMC had ERRORS ---> test test-rivet-plot had ERRORS RelVals
Expand to see more relval errors ...RelVals-INPUT |
Hm, I don't understand these two: Unit Tests---> test test-genParticles2HepMC had ERRORS Actually fails on exit, sometimes yes, sometimes not:
Could this be related to #40347? It occurs also when I run just the MergedGenParticleProducer multiple times in a row, and that produces nothing but a RelValsAnother transient dictionary problem? It passes in my local area 😕
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-44603/39795
|
Pull request #44603 was updated. @mkirsano, @GurpreetSinghChahal, @menglu21, @alberto-sanchez, @SiewYan, @bbilin, @cmsbuild can you please check and sign again. |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @rappoccio, @sextonkennedy, @antoniovilela (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
Quite several workflows are failing since this PR was merged in the CMSSW_14_1_X_2024-07-02-2300 IB with error like:
Other PRs were merged at the same time, but I have the impression that this PR could be the culprit: @mseidel42 could you please have a look? |
Hi @perrotta, can you give me an example workflow number for testing, please? |
@mseidel42 workflow number |
GeneratorInterface/RivetInterface/plugins/GenParticles2HepMCConverter.cc
Show resolved
Hide resolved
Fixed merged: #45367 Let me know in case there are any problems with the morning IB 🙈 |
@mseidel42 RelVals 546.0, 547.0 are failing with
|
Ah, that must come from the fact that we cannot use the HepMC2 generator output directly anymore. Instead we need HepMC2 -> GenParticles -> HepMC3, I will make the patch to the NanoGen configuration for that. As this is the second thing that was not caught by the PR check before, maybe one ParticleGun and one NanoGen workflow could be added to the list of checks? |
@mseidel42 Also, only in el9 IBs, there is a "fatal system signal during exit" in test-particleLevel_fromMiniAod |
Do you have any hint how to tackle that issue? The only related thread I could find is #40347 but I don't see from there how I should improve the code. |
Running the job in gdb and printing the stack trace on the point of the signal (gdb should automatically break there without any explicit breakpoints) has usually helped forward. |
Now being followed up in #45521 |
PR description:
Updates for Rivet 4, needs cms-sw/cmsdist#9111
PR validation: